TOraTimeStamp class overview.
Properties
Name | Description |
AsDateTime |
Used to get and set the timestamp value as TDateTime.
|
AsString |
Used to get and set the timestamp value as string.
|
DescriptorType |
Defines the type of the descriptor allocated to operate with the interval value.
|
Format |
Used to get or set the date-time format model for operations with the TOraTimeStamp.AsString property.
|
IsNull |
Used to get or set the null timestamp value flag.
|
OCIDateTime |
Used to set the OCIDateTime descriptor handle.
|
OCIDateTimePtr |
Used to provide the OCIDateTime type locator.
|
Precision |
Used to learn or set the precision with which the fractional seconds are returned.
|
RefCount (inherited from TSharedObject) |
Used to return the count of reference to a TSharedObject object.
|
TimeZone |
Used to provide a time zone name portion of the datetime value.
|
Methods
Name | Description |
AddRef (inherited from TSharedObject) |
Increments the reference count for the number of references dependent on the TSharedObject object.
|
AllocDateTime |
Allocates the OCIDateTime descriptor handle according to the TOraTimeStamp.DescriptorType property.
|
Compare |
Compares the current TOraTimeStamp value with the Dest value.
|
Construct |
Constructs datetime descriptor.
|
GetDate |
Provides a date portion of the datetime value.
|
GetTime |
Provides a time portion of the datetime value.
|
GetTimeZoneOffset |
Provides a time zone portion of the datetime value.
|
Release (inherited from TSharedObject) |
Decrements the reference count.
|
SetDate |
Provides a date portion of the datetime value.
|
SetTime |
Sets the time into a datetime value.
|
SetTimeZoneOffset |
Provides a time zone portion of the datetime value.
|